home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / notes / old.new / questions < prev    next >
Encoding:
Text File  |  1991-10-13  |  762 b   |  21 lines

  1. How does the BSD server implement sync (how does it find all the dirty
  2. pages)?
  3.  
  4. Would LFS have problems in its buffer management if VM owns the pages?
  5.  
  6. What's the best (most efficient) way to copy the heap and stack
  7. segments for a fork()?  There isn't any way to do COW on
  8. externally-managed memory objects, right?
  9.  
  10. What does DLB (and other OSF folks) run?  OSF/1?  Mach 3.0 (using what
  11. server)?
  12.  
  13. Should the Sprite server try to keep detailed records about what
  14. portions of the client's address space are mapped by what Sprite
  15. objects?  (My inclination is to say "no", because there's no guarantee
  16. you'll have the right information.  However, this complicates
  17. VmAddrParse.)
  18.  
  19. Any thoughts on how to handle address exceptions in server (e.g.,
  20. short read from FS)?
  21.